home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / interface / browser.swf / scripts / DefineSprite_264 / frame_2 / DoAction.as
Text File  |  2008-06-13  |  2KB  |  41 lines

  1. stop();
  2. _root.secoes.cut.bot_1.onRelease = function()
  3. {
  4.    var _loc1_ = _root;
  5.    _loc1_.secoes.tipo.gotoAndStop("abri");
  6.    _loc1_.nome = "Aobee";
  7.    _loc1_.secoes.descricoes.descricao.text = "Have fun building this funny little creature.";
  8.    _loc1_.controle = "-";
  9.    _loc1_.comando = "shellopen";
  10.    _loc1_.licenca = "Freeware";
  11.    _loc1_.caminho = "\\Cut and Paste\\aobee\\aobee.pdf";
  12.    _loc1_.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste\\aobee\\aobee.pdf";
  13.    loadMovie("interface\\imagens\\aobee2.jpg","_root.secoes.descricoes.destino");
  14. };
  15. _root.secoes.cut.bot_2.onRelease = function()
  16. {
  17.    var _loc1_ = _root;
  18.    _loc1_.secoes.tipo.gotoAndStop("abri");
  19.    _loc1_.nome = "Lizard";
  20.    _loc1_.secoes.descricoes.descricao.text = "Cut out and stick together this paper lizard.";
  21.    _loc1_.controle = "-";
  22.    _loc1_.comando = "shellopen";
  23.    _loc1_.licenca = "Freeware";
  24.    _loc1_.caminho = "\\Cut and Paste\\lizard\\lizard.pdf";
  25.    _loc1_.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste\\lizard\\lizard.pdf";
  26.    loadMovie("interface\\imagens\\lizard.jpg","_root.secoes.descricoes.destino");
  27. };
  28. _root.secoes.cut.bot_3.onRelease = function()
  29. {
  30.    var _loc1_ = _root;
  31.    _loc1_.secoes.tipo.gotoAndStop("abri");
  32.    _loc1_.nome = "Penguin";
  33.    _loc1_.secoes.descricoes.descricao.text = "Add another character to your collection of paper toys by building this little penguin.";
  34.    _loc1_.controle = "-";
  35.    _loc1_.comando = "shellopen";
  36.    _loc1_.licenca = "Freeware";
  37.    _loc1_.caminho = "\\Cut and Paste\\penguin\\pengin1.pdf";
  38.    _loc1_.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste\\penguin\\pengin1.pdf";
  39.    loadMovie("interface\\imagens\\pengin1.jpg","_root.secoes.descricoes.destino");
  40. };
  41.